home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_include / ASM-ARM / ARCH-VNC / TIMEX.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-17  |  285 b   |  14 lines

  1. /*
  2.  * linux/include/asm-arm/arch-vnc/timex.h
  3.  *
  4.  * Corel Video NC architecture timex specifications
  5.  *
  6.  * Copyright (C) 1998 Corel Computer/Russell King
  7.  */
  8.  
  9. /*
  10.  * On the VNC, the clock runs at 66MHz and is divided
  11.  * by a 4-bit prescaler.
  12.  */
  13. #define CLOCK_TICK_RATE        (66000000 / 16)
  14.